feat(homepage): Bifurcated homepage refresh#18786
Open
coolguyzone wants to merge 8 commits into
Open
Conversation
Prototype a simplified docs homepage with a bifurcated "get started" UX, inspired by braintrust.dev/docs. Replaces the busy hero + feature/"get to know us" grids with a slim hero and two equal-weight setup paths — Set up with AI and Set up manually — plus a popular-SDKs strip and quick links. Also renders the docs sidebar on the homepage (Product tree as a stand-in). Mockup for design review; the setup CTAs and sidebar contents are placeholders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Second mockup option: same simplified, bifurcated AI-vs-manual setup homepage, but without the docs sidebar — the content spans the full width. Companion to the sidebar variant for side-by-side design review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- "Set up with AI" now links directly to /ai/agent-skills/ - Replace the combined "API & CLI" card with separate API and CLI cards (5-up quick-links row) so both destinations are reachable as their own whole-card links Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
coolguyzone
marked this pull request as ready for review
July 22, 2026 18:27
next/link doesn't reliably scroll for same-page hash navigation in the App Router; a plain <a href="#platforms"> uses native anchor scrolling so "Set up manually" actually jumps to the Popular SDKs section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…furcate-homepage-no-sidebar # Conflicts: # src/components/home.tsx
master renamed /ai/agent-skills/ to /ai/agent-plugin/; point the "Set up with AI" card at the current route. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 871fd62. Configure here.
…of main - Size the home header content to max-w-screen-lg (1024px) with matching per-breakpoint padding so the logo/nav line up with the hero and cards - Move <footer> to be a sibling of <main> so it regains the contentinfo landmark for screen-reader navigation Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
@coolguyzone I love this! The only thing that is feeling challenging is the truncated top nav based on making the body width smaller on the home page. It's causing the nav menu to clip. Not a deal breaker, but I wonder if there's a better way to represent it? The only thought is to widen again, which kind of breaks the formatting you've created, but might not hurt to try.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


DESCRIBE YOUR PR
Simplified, bifurcated docs homepage — https://sentry-docs-git-coolguyzone-featbifurcate-homepage-no-sidebar.sentry.dev/
Content changes:
IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
🤖 Generated with Claude Code